Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 432 Bytes

PHPCollections-Exceptions-InvalidOperationException.md

File metadata and controls

21 lines (14 loc) · 432 Bytes

PHPCollections\Exceptions\InvalidOperationException

An Exception for representing invalid operations with collections.

  • Class name: InvalidOperationException
  • Namespace: PHPCollections\Exceptions
  • Parent class: Exception

Methods

__toString

string PHPCollections\Exceptions\InvalidOperationException::__toString()

Returns the string representation of the Exception.

  • Visibility: public