PHP Classes

File: docs/sections/exceptions.md

Recommend this page to a friend!
  Packages of Axel Pardemann   Handy Properties with PHP Accessors and Mutators   docs/sections/exceptions.md   Download  
File: docs/sections/exceptions.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Handy Properties with PHP Accessors and Mutators
Accessors and mutators to access class variables
Author: By
Last change:
Date: 9 months ago
Size: 478 bytes
 

Contents

Class file image Download

layout: default title: Exceptions nav_order: 4 permalink: /exceptions

Exceptions

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

The following is a list of the different exceptions that are used within this package.

PropertyNotAccessibleException

Exception thrown when a trying to access a property that is not accessible.

PropertyNotMutableException

Exception thrown when a trying to mutate a property that is not mutable.