Throws an exception when the installer has not yet been executed.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace ProcessMaker\Exception;
|
||||
|
||||
use G;
|
||||
|
||||
/**
|
||||
* Class ExecuteInstallerException
|
||||
* @package ProcessMaker\Exception
|
||||
*/
|
||||
class ExecuteInstallerException extends \Exception
|
||||
{
|
||||
/**
|
||||
* @param string $message
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct("");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user