Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Exception/
Upload File :
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
{
}