PHP Classes

File: base/language/en-us/exceptions.php

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   base/language/en-us/exceptions.php   Download  
File: base/language/en-us/exceptions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change:
Date: 7 years ago
Size: 113 bytes
 

Contents

Class file image Download
<?php

return Array(
  
0 => '%s', // Custom
  
404 => 'File %s not found.',
  
52 => 'Class %s not exists.'

);