InvalidArgument.php 122 octets
Newer Older
<?php

namespace Negotiation\Exception;

class InvalidArgument extends \InvalidArgumentException implements Exception
{
}