exceptions.php
This file is part of the Nette Framework (https://nette.org) Copyright (c) 2004 David Grudl (https://davidgrudl.com)
Table of Contents
Classes
- ArgumentOutOfRangeException
- The value is outside the allowed range.
- InvalidStateException
- The object is in a state that does not allow the requested operation.
- NotImplementedException
- The requested feature is not implemented.
- NotSupportedException
- The requested operation is not supported.
- DeprecatedException
- The requested feature is deprecated and no longer available.
- MemberAccessException
- Cannot access the requested class property or method.
- IOException
- Failed to read from or write to a file or stream.
- FileNotFoundException
- The requested file does not exist.
- DirectoryNotFoundException
- The requested directory does not exist.
- InvalidArgumentException
- The provided argument has invalid type or format.
- OutOfRangeException
- The requested array or collection index does not exist.
- UnexpectedValueException
- The returned value has unexpected type or format.
- ShouldNotHappenException
- Houston, we have a problem.