| Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/ |
| Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/SkipHandlerException.php |
<?php
declare(strict_types=1);
namespace JMS\Serializer\Exception;
/**
* Throw this exception from you custom (de)serialization handler
* in order to fallback to the default (de)serialization behavior.
*/
class SkipHandlerException extends RuntimeException
{
}