Flugg\Responder\Exceptions\InvalidSerializerException::__construct PHP Méthode

__construct() public méthode

Create a new exception instance.
public __construct ( )
    public function __construct()
    {
        parent::__construct('Given serializer is not an instance of [' . SerializerAbstract::class . '].');
    }
InvalidSerializerException