mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 06:10:36 -04:00
Add poll system for Patrons Circle
This commit is contained in:
parent
3555d53615
commit
2ef5ce6551
44 changed files with 717 additions and 98 deletions
|
@ -8,6 +8,12 @@ class ValidationException extends SeException{
|
|||
public $HasExceptions = false;
|
||||
public $IsFatal = false;
|
||||
|
||||
public function __construct(?\Exception $exception = null){
|
||||
if($exception !== null){
|
||||
$this->Add($exception);
|
||||
}
|
||||
}
|
||||
|
||||
public function __toString(): string{
|
||||
$output = '';
|
||||
foreach($this->Exceptions as $exception){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue