File "BadMethodCallException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/botman/src/Exceptions/Core/BadMethodCallException.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace BotMan\BotMan\Exceptions\Core;
use BotMan\BotMan\Exceptions\Base\BotManException;
class BadMethodCallException extends BotManException
{
}