ICanBoogie
  • Documentation
  • API Reference
  • Common master
Namespaces
  • ICanBoogie
Classes
  • FormattedString
Interfaces
  • ToArray
  • ToArrayRecursive
Traits
  • ToArrayRecursiveTrait
Exceptions
  • OffsetError
  • OffsetNotDefined
  • OffsetNotReadable
  • OffsetNotWritable
  • PropertyError
  • PropertyIsReserved
  • PropertyNotDefined
  • PropertyNotReadable
  • PropertyNotWritable
Functions
  • array_flatten
  • array_insert
  • array_merge_recursive
  • capitalize
  • downcase
  • dump
  • escape
  • escape_all
  • exact_array_merge_recursive
  • format
  • generate_v4_uuid
  • normalize
  • normalize_url_path
  • remove_accents
  • shorten
  • sort_by_weight
  • stable_sort
  • unaccent_compare
  • unaccent_compare_ci
  • upcase

Class PropertyError

Exception thrown when there is something wrong with an object property.

This is the base class for property exceptions, one should rather use the ICanBoogie\PropertyNotDefined, ICanBoogie\PropertyNotReadable or ICanBoogie\PropertyNotWritable exceptions.

Exception implements Throwable
┗ RuntimeException
┗ ICanBoogie\PropertyError

Direct known subclasses

ICanBoogie\PropertyIsReserved, ICanBoogie\PropertyNotDefined, ICanBoogie\PropertyNotReadable, ICanBoogie\PropertyNotWritable

Namespace: ICanBoogie
Located at PropertyError.php

Methods summary

Methods inherited from Exception

__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Common master – Check on GitHub – API documentation generated by ApiGen