X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FException%2FThrowUpException.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FException%2FThrowUpException.php;h=0000000000000000000000000000000000000000;hp=acc87c23e567d7b3adc9ca161901e6f77acab6f6;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/psy/psysh/src/Psy/Exception/ThrowUpException.php b/vendor/psy/psysh/src/Psy/Exception/ThrowUpException.php deleted file mode 100644 index acc87c23e..000000000 --- a/vendor/psy/psysh/src/Psy/Exception/ThrowUpException.php +++ /dev/null @@ -1,37 +0,0 @@ -getMessage()); - parent::__construct($message, $exception->getCode(), $exception); - } - - /** - * Return a raw (unformatted) version of the error message. - * - * @return string - */ - public function getRawMessage() - { - return $this->getPrevious()->getMessage(); - } -}