Created
March 22, 2020 14:56
-
-
Save rabehasy/b8f5fa9e20fb012203859d09d827a4a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Miary; | |
class ArgsmissingException extends \Exception | |
{ | |
public function __construct($message = "") | |
{ | |
parent::__construct($message); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment