PHP Classes

File: include/throwables/PatternError.lib

Recommend this page to a friend!
  Classes of philippe thomassigny   DomCore   include/throwables/PatternError.lib   Download  
File: include/throwables/PatternError.lib
Role: Auxiliary data
Content type: text/plain
Description: New throwable
Class: DomCore
Base library for PHP Web applications
Author: By
Last change: Update of include/throwables/PatternError.lib
Date: 2 months ago
Size: 1,293 bytes
 

Contents

Class file image Download
<?php /* PatternError.lib, DomCore, the WebAbility(r) Core System This object is the error thrown from pattern base classes. (c) 2008-2017 Philippe Thomassigny This file is part of DomCore DomCore is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. DomCore is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with DomCore. If not, see <http://www.gnu.org/licenses/>. */ /* @UML_Box |------------------------------------------------------------------| | PatternError: Error into the pattern classes | |------------------------------------------------------------------| |------------------------------------------------------------------| |------------------------------------------------------------------| @End_UML_Box */ namespace throwables; class PatternError extends \core\WAError {} ?>