Created
March 22, 2020 14:56
-
-
Save rabehasy/f36f0f97a5eb8fb4d6124a61b6f58868 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 SourcemissingException 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