Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 14, 2016
1 parent dc5f131 commit b763004
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Illuminate/Broadcasting/BroadcastException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Illuminate\Broadcasting;

use RuntimeException;

class BroadcastException extends RuntimeException
{
//
}

0 comments on commit b763004

Please sign in to comment.