/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
kriswallsmith
/
buzz
/
lib
/
Exception
/
Upload File
HOME
<?php declare(strict_types=1); namespace Buzz\Exception; /** * Thrown when an invalid argument is provided. */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { }