Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?PHP
  2.             try
  3.             {
  4.                 $instance = new $className( $param );
  5.             }
  6.             catch ( Exception $e )
  7.             {
  8.                 ...
  9.             }
  10. ?>
  11.  
  12. Fatal error: Class 'Application_Form_Login' not found in /home/erik/www/BBO/library/Utility/Plugin/HandlePostData.php on line 33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement