ICanBoogie/Common v1.2.2.1
  • Namespace
  • Class

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 PropertyNotDefined

Exception thrown when a property is not defined.

For example, this could be triggered by getting the value of an undefined property.

Exception implements Throwable
Extended by RuntimeException
Extended by ICanBoogie\PropertyError
Extended by ICanBoogie\PropertyNotDefined
Namespace: ICanBoogie
Located at exceptions.php

Methods summary

public
# __construct( $message, $code = 500, Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

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

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie/Common v1.2.2.1 API documentation generated by ApiGen