Flugg\Responder\Exceptions\InvalidSerializerException::__construct PHP Method

__construct() public method

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