for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mouf\Mvc\Splash\Services;
use Mouf\Mvc\Splash\Utils\SplashException;
class SplashCreateControllerServiceException extends SplashException
{
private $errors;
/**
* @return mixed
*/
public function getErrors()
return $this->errors;
}
* @param mixed $errors
public function setErrors($errors)
$this->errors = $errors;