PHP Classes

File: src/loader/ConfigLoaderException.php

Recommend this page to a friend!
  Classes of Vitaly   Queasy PHP Config   src/loader/ConfigLoaderException.php   Download  
File: src/loader/ConfigLoaderException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Queasy PHP Config
Read a configuration from files in several formats
Author: By
Last change:
Date: 3 years ago
Size: 414 bytes
 

Contents

Class file image Download
<?php

/*
 * Queasy PHP Framework - Configuration
 *
 * (c) Vitaly Demyanenko <vitaly_demyanenko@yahoo.com>
 *
 * For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
 */

namespace queasy\config\loader;

use
queasy\config\ConfigException;

/**
 * Configuration loader exception class
 */
class ConfigLoaderException extends ConfigException
{
}