Skip to content

Instantly share code, notes, and snippets.

@rabehasy
Created March 22, 2020 14:56
Show Gist options
  • Save rabehasy/f36f0f97a5eb8fb4d6124a61b6f58868 to your computer and use it in GitHub Desktop.
Save rabehasy/f36f0f97a5eb8fb4d6124a61b6f58868 to your computer and use it in GitHub Desktop.
<?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