Skip to content

Instantly share code, notes, and snippets.

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