Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Drupal\Core\Extension; /** * Exception class to throw when modules are ..
Decoded Output download
<?php
namespace Drupal\Core\Extension;
/**
* Exception class to throw when modules are missing on install.
*
* @see \Drupal\Core\Extension\ModuleInstaller::install()
*/
class MissingDependencyException extends \Exception {}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Extension;
/**
* Exception class to throw when modules are missing on install.
*
* @see \Drupal\Core\Extension\ModuleInstaller::install()
*/
class MissingDependencyException extends \Exception {}
Function Calls
None |
Stats
MD5 | 0bf2105d4944645c69ae46ae0c5dc073 |
Eval Count | 0 |
Decode Time | 109 ms |