<?php /* * This file is part of Psy Shell. * * (c) 2012-2023 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\Exception; /** * An interface for Psy Exceptions. */ interface Exception { /** * This is the only thing, really... * * Return a raw (unformatted) version of the message. * * @return string */ public function getRawMessage(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BreakException.php | File | 1.07 KB | 0644 |
|
DeprecatedException.php | File | 382 B | 0644 |
|
ErrorException.php | File | 3.01 KB | 0644 |
|
Exception.php | File | 497 B | 0644 |
|
FatalErrorException.php | File | 1.46 KB | 0644 |
|
ParseErrorException.php | File | 949 B | 0644 |
|
RuntimeException.php | File | 968 B | 0644 |
|
ThrowUpException.php | File | 1.39 KB | 0644 |
|
TypeErrorException.php | File | 1.4 KB | 0644 |
|
UnexpectedTargetException.php | File | 862 B | 0644 |
|