FluentDOM\Exceptions\NoSerializer::__construct PHP Méthode

__construct() public méthode

public __construct ( $contentType )
    public function __construct($contentType)
    {
        parent::__construct(sprintf('No serializer for content type %s available.', $contentType));
    }
NoSerializer