Add NAMESPACE support (not activated, but just needed to add the namespace on top of file)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4630 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -10,6 +10,6 @@ class output
|
||||
@param mixed $data The data to be displayed */
|
||||
public function out ($data)
|
||||
{
|
||||
throw new Exception ("No type of output selected");
|
||||
throw new \Exception ("No type of output selected");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user