Class PropertyNotWritable
Exception thrown when a property is not writable.
For example, this could be triggered when a private property is written from a public scope.
- Exception
- RuntimeException
- ICanBoogie\PropertyError
- ICanBoogie\PropertyNotWritable
Methods summary
public
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()