for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPKitchen\Platform\Exception\Common;
/**
* Represents
*
* @package PHPKitchen\Platform\Exception\Common
* @author Dmitry Kolodko <[email protected]>
*/
class UserException extends \Exception {
public function getName() {
return 'User Mistake';
}