@@ -21,5 +21,6 @@ class BaseException extends Exception
{
parent::__construct();
$this->msg = $msg;
+ $this->message=$msg;
}