for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPKitchen\Platform\Exception\Common;
/**
* Represents exception thrown because of action of a developer.
*
* @package PHPKitchen\Platform\Exception\Environment
* @author Dmitry Kolodko <[email protected]>
*/
class DeveloperException extends \Exception {
public function getName() {
return 'Developer Mistake';
}