Omeka_Db_Migration_Exception

Package: Db\Migration

class Omeka_Db_Migration_Exception

extends Exception

Indicates an error during the database migration process.

property Omeka_Db_Migration_Exception::$message

protected

property Omeka_Db_Migration_Exception::$code

protected

property Omeka_Db_Migration_Exception::$file

protected

property Omeka_Db_Migration_Exception::$line

protected

Omeka_Db_Migration_Exception::__clone()
Omeka_Db_Migration_Exception::__construct($message, $code, $previous)
Parameters:
  • $message
  • $code
  • $previous
Omeka_Db_Migration_Exception::getMessage()
Omeka_Db_Migration_Exception::getCode()
Omeka_Db_Migration_Exception::getFile()
Omeka_Db_Migration_Exception::getLine()
Omeka_Db_Migration_Exception::getTrace()
Omeka_Db_Migration_Exception::getPrevious()
Omeka_Db_Migration_Exception::getTraceAsString()
Omeka_Db_Migration_Exception::__toString()