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\Routing; use Symfony\Component\Routing\Exception\ResourceNot..
Decoded Output download
<?php
namespace Drupal\Core\Routing;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
/**
* No matching route was found.
*/
class MatchingRouteNotFoundException extends ResourceNotFoundException {
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Routing;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
/**
* No matching route was found.
*/
class MatchingRouteNotFoundException extends ResourceNotFoundException {
}
Function Calls
None |
Stats
MD5 | 481a5e0d36cfeb88c79f77972ad31f37 |
Eval Count | 0 |
Decode Time | 90 ms |