|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class IllegalStateException. More...
Inheritance diagram for Sabre\DAV\Exception\IllegalStateException:
Collaboration diagram for Sabre\DAV\Exception\IllegalStateException:Class IllegalStateException.
Indicates that the invocation of a method is not possible due to an illegal state of the current object. For example FileUpload which needs to process the files before they can be moved throws an illegal state exception if the move got called without processing the files first.
Definition at line 31 of file IllegalStateException.php.