PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
vendor
/
laminas
/
laminas-diactoros
/
src
/
Exception
<?php declare(strict_types=1); namespace Laminas\Diactoros\Exception; use UnexpectedValueException; class SerializationException extends UnexpectedValueException implements ExceptionInterface { public static function forInvalidRequestLine() : self { return new self('Invalid request line detected'); } public static function forInvalidStatusLine() : self { return new self('No status line detected'); } }
[-] UnwritableStreamException.php
[edit]
[-] SerializationException.php
[edit]
[-] UploadedFileErrorException.php
[edit]
[-] RuntimeException.php
[edit]
[+]
..
[-] UnseekableStreamException.php
[edit]
[-] UploadedFileAlreadyMovedException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] DeserializationException.php
[edit]
[-] InvalidStreamPointerPositionException.php
[edit]
[-] UnreadableStreamException.php
[edit]
[-] UnrecognizedProtocolVersionException.php
[edit]
[-] UnrewindableStreamException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] UntellableStreamException.php
[edit]