Browse Source

folder name fixed

tags/0.2
Paul Rock 7 years ago
parent
commit
ac7a72031d
  1. 5
      src/Exceptions/Exception.php

5
src/Excetions/Exception.php → src/Exceptions/Exception.php

@ -2,6 +2,11 @@
namespace RouterOS\Exceptions;
/**
* Class Exception
* @package RouterOS\Exceptions
* @since 0.1
*/
class Exception extends \Exception
{
public function __construct(string $message = '', int $code = 0, \Throwable $previous = null)
Loading…
Cancel
Save