11 lines
127 B
PHP
11 lines
127 B
PHP
<?php
|
|
|
|
namespace Illuminate\Broadcasting;
|
|
|
|
use RuntimeException;
|
|
|
|
class BroadcastException extends RuntimeException
|
|
{
|
|
//
|
|
}
|