Skip to content

Commit

Permalink
Add ConnectionRuntimeException
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycek authored and frankdejonge committed Jan 4, 2020
1 parent 7f7e292 commit cfbc2a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ConnectionRuntimeException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace League\Flysystem;

use RuntimeException;

class ConnectionRuntimeException extends RuntimeException implements FlysystemException
{
}

0 comments on commit cfbc2a3

Please sign in to comment.