AssetManager icon indicating copy to clipboard operation
AssetManager copied to clipboard

fixes unknown exception class

Open maglnet opened this issue 2 years ago • 0 comments

When a path is not existing/readable and laminas/laminas-db is not required within the project, the following error came up in my project:

======================================================================
   The application has thrown an exception!
======================================================================
 Error
 Class 'Zend\Db\TableGateway\Exception\RuntimeException' not found
----------------------------------------------------------------------

Imho this is just an automatically created use statement that should point to the RuntimeException class provided by this package

maglnet avatar Oct 01 '21 07:10 maglnet