first commit
This commit is contained in:
7
libraries/vendor/willdurand/negotiation/src/Negotiation/Exception/InvalidArgument.php
vendored
Normal file
7
libraries/vendor/willdurand/negotiation/src/Negotiation/Exception/InvalidArgument.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Negotiation\Exception;
|
||||
|
||||
class InvalidArgument extends \InvalidArgumentException implements Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user