mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-05-15 07:42:18 +03:00
5 lines
96 B
PHP
5 lines
96 B
PHP
<?php namespace Wn\Generators\Exceptions;
|
|
|
|
|
|
class ArgumentParserException extends \Exception {}
|